home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 201-220 / scopedisk203 / jmenuv1.1 / read.me < prev    next >
Text File  |  1995-03-19  |  1KB  |  26 lines

  1. This archive contains the following:
  2.  
  3.    JMenu.doc         - the documentation
  4.    JMenu             - the program
  5.    example1          - a simple script which shows the use of JMenu
  6.    example1.menu     - menu definitions used by example1
  7.    script1           - a simple script used by example1
  8.    script2           - a simple script used by example1
  9.    unpack            - a more sophisticated (and complicated) use of JMenu
  10.                           (see below for a more detailed explanation)
  11.    unpack.menu1      - menu definitions used by unpack
  12.  
  13. Read the documentation (it's short), try example1 and then check out unpack.
  14.  
  15. Unpack is a script which you start from the CLI.  It allows you to select
  16. an archive program and a file(s) to unpack. 
  17.  
  18.    Format:   UNPACK [SOURCE <directory name>] [DEST <directory name>]
  19.    Template: UNPACK "SOURCE/K,DEST/K"
  20.  
  21. If a source directory is not given it is assumed dh1:telecom/downloads/
  22. If a destination directory is not given it is assumed RAM:
  23. If source is a subdirectory it must end with a "/"
  24. To use the archive programs you must already have them available in your
  25. current search path.
  26.